home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
earcd
/
gfx
/
fract
/
lfracs.lha
/
LFracs-Source.lha
/
LFracs-Source
/
StdFuncs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-17
|
645b
|
24 lines
/* StdFuncs.h */
#define PI 3.1415927
#define SetTitle(w,t) SetWindowTitles((w),(t),(UBYTE *) -1)
#define rnd(max) (rand() % ((max)+1))
#define INTUITION_LIB 1
#define GRAPHICS_LIB 2
#define DOS_LIB 4
#define MATHFFP_LIB 8
#define MATHTRANS_LIB 16
#define ASL_LIB 32
#define UTILITY_LIB 64
#define GADTOOLS_LIB 128
#define REQTOOLS_LIB 256
#define LOCALE_LIB 512
void open_libs(short flags);
void close_libs(void);
struct Window *open_window(short x,short y,short w,short h,
char *name,ULONG flags,ULONG idcmp,
struct Gadget *gadget);
void cls(struct Window *win);